Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/js (source) 9.37.0 -> 9.39.1 age confidence devDependencies minor
@rollup/plugin-typescript (source) 12.1.4 -> 12.3.0 age confidence dependencies minor
@vitest/eslint-plugin 1.3.16 -> 1.4.2 age confidence devDependencies minor
eslint (source) 9.37.0 -> 9.39.1 age confidence devDependencies minor
fetch-mock (source) 12.5.4 -> 12.6.0 age confidence devDependencies minor
globals 16.4.0 -> 16.5.0 age confidence devDependencies minor
lint-staged 16.2.3 -> 16.2.6 age confidence devDependencies patch
minimatch 10.0.3 -> 10.1.1 age confidence dependencies minor
node (source) 22.20.0 -> 22.21.1 age confidence minor
pnpm (source) 10.18.2 -> 10.21.0 age confidence uses-with minor
typescript-eslint (source) 8.46.0 -> 8.46.3 age confidence devDependencies patch
unplugin-replace 0.6.1 -> 0.6.2 age confidence dependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
rollup/plugins (@​rollup/plugin-typescript)

v12.3.0

2025-10-23

Features
  • feat: expose latest Program to transformers in watch mode (#​1923)

v12.2.0

2025-10-22

Features
  • feat: process .js when allowJs is enabled (#​1920)
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.4.2

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.1...v1.4.2

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.23

Compare Source

No significant changes

    View changes on GitHub

v1.3.22

Compare Source

No significant changes

    View changes on GitHub

v1.3.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.19

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

wheresrhys/fetch-mock (fetch-mock)

v12.6.0

Compare Source

Features
  • implement host: matcher (2b0a43d)
Documentation Changes
  • document new host matcher (6205357)

v12.5.6

Compare Source

Bug Fixes
  • clean abort event listener once it's called or response is returned (4606250)
  • clean abort event listener once it's called or response is returned (ca51920)

v12.5.5

Compare Source

Bug Fixes
  • do not try to get a reader from a locked request oder response to cancel them (8c23ecf)
  • use optional chaining operator and do not try to cancel locked request or response to prevent errors (b1ff114)
  • use optional chaining operator to prevent errors (87f8399)
sindresorhus/globals (globals)

v16.5.0

Compare Source


lint-staged/lint-staged (lint-staged)

v16.2.6

Compare Source

Patch Changes

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Compare Source

Patch Changes
isaacs/minimatch (minimatch)

v10.1.1

Compare Source

v10.1.0

Compare Source

nodejs/node (node)

v22.21.1: 2025-10-28, Version 22.21.1 'Jod' (LTS), @​aduh95

Compare Source

Commits

v22.21.0: 2025-10-20, Version 22.21.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [1486fedea1] - (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung) #​59151
  • [bedaaa11fc] - (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung) #​57165
  • [af8b5fa29d] - (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry) #​59824
  • [42102594b1] - (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung) #​58980
  • [686ac49b82] - (SEMVER-MINOR) src: add percentage support to --max-old-space-size (Asaf Federman) #​59082
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7813840 to 044cc0a Compare October 12, 2025 17:34
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.2.4 chore(deps): update all non-major dependencies Oct 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 67f8233 to c0c1288 Compare October 20, 2025 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 46e8e47 to facf000 Compare October 22, 2025 19:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7b02464 to 69c2094 Compare October 27, 2025 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c1cc840 to dab71dc Compare November 5, 2025 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dab71dc to 701d7af Compare November 9, 2025 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 701d7af to d3a3415 Compare November 10, 2025 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant